home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global win, points
- if win = "yes" then
- puppetSound(3, "win")
- member("youwin").text = "You Win!!!"
- member("points").text = "total score:" && string(points) && "pts"
- else
- puppetSound(3, "lose")
- member("youwin").text = "give it another try!"
- member("points").text = "total score:" && string(points) && "pts"
- end if
- end
-